gtk4.git
2020-08-01 Timm Bädertogglebutton: Modernice source file
2020-08-01 Timm BäderAvoid refering to old GtkContainer API in the docs
2020-08-01 Timm Bäderbutton: Use g_object_notify_by_pspec()
2020-08-01 Timm Bäderstack: Allow NULL names
2020-08-01 Timm Bäderstack: Only compare page names if the new page has one
2020-08-01 Timm Bäderlistbox: Add _append
2020-08-01 Timm Bäderadwaita: Reset popover background in backdrop
2020-08-01 Timm Bäderpopover: Use gtk_widget_add_css_class
2020-08-01 Timm Bäderwindow: Keep titlebar after main child
2020-08-01 Timm Bäderinspector: Avoid some failing casts
2020-08-01 Timm Bädertextview: Only show "insert emoji" menu item if editable
2020-08-01 Timm Bädermediastream demo: Add a weak pointer to the window
2020-08-01 Timm Bäderinspector: Add a type check
2020-07-31 Rico TzschichholzMerge branch 'ricotz/for-master' into 'master'
2020-07-31 Rico Tzschichholzgtk: Add annotations to improve GIR API
2020-07-31 Rico Tzschichholzgsk: Add annotations to improve GIR API
2020-07-31 Rico Tzschichholzgdk/x11: Add annotations to improve GIR API
2020-07-31 Matthias ClasenMerge branch 'glib-build-fix' into 'master'
2020-07-31 Matthias Clasenmeson: Try to limit the damage
2020-07-31 Matthias ClasenMerge branch 'dont-always-inline' into 'master'
2020-07-31 Matthias Clasentestgtk: More GTimeVal eradication
2020-07-31 Matthias Clasengsk: Don't the always_inline function attribute
2020-07-31 Matthias ClasenMerge branch 'master.win32' into 'master'
2020-07-31 Matthias ClasenMerge branch 'wip/carlosg/cursor-fallout' into 'master'
2020-07-31 Matthias ClasenBump the glib dependency
2020-07-31 Matthias Clasenplacesview: Keep up with GLib deprecations
2020-07-31 Carlos Garnachogdk: Fix toplevel calculation on pointer grab switch
2020-07-31 Matthias ClasenMerge branch 'cups-build-fix' into 'master'
2020-07-31 Matthias Clasenrecentmanager: Keep up with GLib deprecations
2020-07-31 Matthias Clasennumericsorter: Ignore deprecations
2020-07-31 Matthias Clasengtkicontheme: Stop using GTimeVal
2020-07-31 Chun-wei FanGDK-Win32: Use SetProcessDpiAwarenessContext() where...
2020-07-31 Chun-wei Fandemos: Fix running on Visual Studio builds
2020-07-31 Chun-wei Fangskrenderer.c: Default to the GL renderer on Windows too
2020-07-31 Chun-wei Fangdkglcontext-win32.c: Create a global shared GL context
2020-07-31 Chun-wei Fangdksurface-win32.c: Deal with modal and decoration...
2020-07-31 Matthias Clasenx11: Stop using GTimeVal
2020-07-31 Matthias Clasenwidget: Drop unnecessary includes
2020-07-31 Matthias ClasenFix the build with cups < 2.3
2020-07-31 Florentina... Update Romanian translation
2020-07-31 Yuri ChornoivanUpdate Ukrainian translation
2020-07-31 Daniel MustielesUpdated Spanish translation
2020-07-31 Matthias Clasen3.99.0
2020-07-31 Matthias Clasentestsuite: Use Wayland by default
2020-07-30 Matthias ClasenMerge branch 'focus-active' into 'master'
2020-07-30 Matthias Claseneventcontrollerkey: Update im focus when active window...
2020-07-30 Matthias Clasenwindow: Emit GTK_CROSSING_ACTIVE crossing events
2020-07-30 Matthias ClasenDefine GTK_CROSSING_ACTIVE
2020-07-30 Matthias ClasenMerge branch 'wip/carlosg/more-device-api-cleanup'...
2020-07-30 Carlos Garnachogdk: Rename gdk_seat_get_physical_devices() to gdk_seat...
2020-07-30 Carlos Garnachogdk: Drop gdk_device_get_device_type()
2020-07-30 Carlos Garnachogdk/x11: Make device type a X11 detail
2020-07-30 Carlos Garnachogdk: Make gdk_device_list_physical_devices() private
2020-07-30 Carlos Garnachogdk: Drop gdk_device_get_associated_device()
2020-07-30 Carlos Garnachogtkimcontext: Avoid gdk_device_get_associated_device()
2020-07-30 Carlos Garnachogtktextview: Avoid gdk_device_get_associated_device()
2020-07-30 Carlos Garnachogtkwindowhandle: Avoid gdk_device_get_associated_device()
2020-07-30 Carlos Garnachogtkdragsource: Avoid gdk_device_get_associated_device()
2020-07-30 Carlos Garnachogdk/x11: Avoid gdk_device_get_associated_device()
2020-07-30 Carlos Garnachogdk/win32: Avoid gdk_device_get_associated_device()
2020-07-30 Carlos Garnachogdk/macos: Avoid gdk_device_get_associated_device()
2020-07-30 Carlos Garnachogdk: Avoid gdk_device_get_associated_device()
2020-07-30 Benjamin OtteMerge branch 'wip/otte/geometry' into 'master'
2020-07-30 Benjamin OtteRemove unused GDK_HINT_POS
2020-07-30 Benjamin OtteRemove gravity from GdkGeometry
2020-07-30 Benjamin OtteRemove aspect ratio from GdkGeometry
2020-07-30 Benjamin Ottegdk: Remove unused flags
2020-07-30 Benjamin Ottegdk: Remove base_size and increment from GdkGeometry
2020-07-30 Matthias ClasenMerge branch 'wip/master.win.egl' into 'master'
2020-07-30 Rico TzschichholzMerge branch 'ricotz/for-master' into 'master'
2020-07-30 Rico Tzschichholza11y: Fix typo in GtkATContext::state-changed docs
2020-07-30 Chun-wei FanGDK/Win32: Force GLES if running on ARM64
2020-07-30 Chun-wei FanOpenGL/ES: Fix 'R' and 'B' bits inverted on Windows
2020-07-30 Chun-wei Fandemos: Fix glarea demo on OpenGL/ES
2020-07-30 Chun-wei FanAdd a EGL renderer (via ANGLE) for Windows
2020-07-30 Chun-wei Fanbuild: Check for EGL support in libepoxy on Windows
2020-07-30 Matthias ClasenMerge branch 'display-cleanup' into 'master'
2020-07-30 Matthias ClasenMerge branch 'surface-cleanup' into 'master'
2020-07-30 Matthias ClasenMerge branch 'a11y-work' into 'master'
2020-07-30 Matthias Clasendocs: Don't refer to nonexisting functions
2020-07-30 Matthias Clasengdk: Move default group api to the X11 backend
2020-07-30 Matthias Clasena11y: Set an accessible role for GtkLevelBar
2020-07-30 Matthias Clasena11y: Set an accessible role for GtkExpander
2020-07-30 Matthias Clasena11y: Set accessible role for GtkLinkButton
2020-07-30 Matthias Clasena11y: Set an accessible role for GtkTextView
2020-07-30 Matthias ClasenRename gdk_surface_queue_expose
2020-07-30 Matthias Clasengdk: Stop exporting gdk_surface_freeze_updates
2020-07-30 Matthias Claseniconbrowser: Add screenshots to appdata
2020-07-29 Matthias ClasenUpdate our appdata files
2020-07-29 Matthias Clasenicon-browser: Install desktop file and appdata
2020-07-29 Matthias Clasentestsuite: Skip the skipping
2020-07-29 Matthias Clasentestsuite: Stop setting NO_AT_BRIDGE
2020-07-29 Matthias ClasenNEWS: Updates
2020-07-29 Matthias Clasendocs: Mention workarea in the migration guide
2020-07-29 Matthias ClasenMerge branch 'wip/ditch-workarea' into 'master'
2020-07-29 Jonas Ådahlgdk/monitor: Remove gdk_monitor_work_area and GdkMonito...
2020-07-29 Matthias ClasenMerge branch 'better-doc-link-fix' into 'master'
2020-07-29 Matthias Clasendocs: Fix links in markdown content differently
2020-07-29 Matthias ClasenMerge branch 'doc-fixes' into 'master'
2020-07-29 Matthias ClasenMerge branch 'a11y-work' into 'master'
next